home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO001.dsk / MENU.txt < prev    next >
Text File  |  2012-02-16  |  3KB  |  113 lines

  1. "IAC DOM #42 - November 1984.
  2. 10 
  3. View the catalog
  4.  CAT /IAC.42
  5. Print a BASIC program listing
  6.  RUN /IAC.42/CLEAN.LISTER
  7. List BASIC Keywords & Messages
  8.  RUN /IAC.42/APPLESOFT.TOKEN
  9. Run a dazzling demonstration
  10.  RUN /IAC.42/OUTER.LIMITS
  11. Use the Mini-Assembler
  12.  BRUN /IAC.42/MINI.ASSEMBLER
  13. Create Organic Molecules
  14.  RUN /IAC.42/ORGANIC.CHEM
  15. Lots of financial routines
  16.  RUN /IAC.42/FIN/HELLO
  17. Demo Double Hi-Resolution
  18.  EXEC /IAC.42/DG.PRESENT
  19. Read explanations of files
  20.  
  21. Quit and exit to Applesoft
  22.  
  23. 11 
  24. 8
  25. This disk itself
  26. "This disk is in ProDOS format.
  27. "It was prepared by Keith Falkner
  28. "for LOGIC (Loyal Ontario Group
  29. "Interested in Computers)
  30. "    PO Box 696, Station B
  31. "    Willowdale, Ontario  
  32. "    Canada  M2K 2P9
  33.  
  34. STARTUP
  35. "This program is running now, and lets
  36. "you select a program to run or read
  37. "these explanations.  If you press the
  38. "space-bar as it is loading, it starts
  39. "up faster, but then cannot offer the
  40. "explanations you are reading now.
  41.  
  42. MENU
  43. "This data file was prepared with a
  44. "text editor, and contains these
  45. "explanations.
  46.  
  47. CLEAN.LISTER
  48. "Most printed listings of BASIC pro-
  49. "grams are messy; for example they
  50. "lack neat headings.  CLEAN.LISTER
  51. "prints neatly formatted listings
  52. "of Applesoft programs, and is very
  53. "easy to use.  There are two formats,
  54. "'compressed' and 'indented'.
  55.  
  56. APPLESOFT.TOKEN
  57. "This lists the vocabulary of BASIC
  58. "and shows you where in ROM memory to
  59. "find the machine-language routines
  60. "used by BASIC to handle each word in
  61. "a program.  This is an easy way to
  62. "explore 6502 machine-language.
  63.  
  64. OUTER.xxxx
  65. "These four files are of interest to
  66. "machine-language programmers only.
  67. "They are intermediate steps in the
  68. "construction of the demo program
  69. "OUTER.LIMITS.
  70.  
  71. OUTER.LIMITS
  72. "This program does three fascinating
  73. "stunts, and offers no hint of how
  74. "it does them.  The more you know
  75. "about your APPLE, the more surpris-
  76. "ing these stunts are, because at
  77. "least two of them are impossible
  78. "(so says APPLE's documentation)!
  79.  
  80. MINI.ASSEMBLER
  81. "This is the one-pass Assembler which
  82. "is hiding on your DOS System Master.
  83. "It is documented in the APPLE ][ and
  84. "APPLE //e Reference Manuals.
  85. "The program runs at $6000 (24576),
  86. "and is $140 (320) bytes in length.
  87.  
  88. ORGANIC.CHEM
  89. "This demonstration program asks you
  90. "for the constituent atoms of an
  91. "organic molecule, then generates the
  92. "molecule and draws it (crudely) on
  93. "the High-Resolution screen.
  94.  
  95. FIN
  96. "This is a DIRectory file, or inner
  97. "Catalog, containing dozens of little
  98. "Applesoft programs, each of which
  99. "performs a financial calculation.
  100. "The program 'HELLO' is first, and
  101. "provides an easy way to select the
  102. "routine you want.
  103.  
  104. DG.xxxx
  105. "These files demonstrate double Hi-Res
  106. "graphics.  DG.PRESENT is an EXEC FILE
  107. "which runs DG.INIT and then each demo
  108. "in turn.  DG.RESET finally discards
  109. "the machine-language support routines.
  110.            **** NOTE ****
  111. YOU NEED 128K MEMORY TO RUN THIS DEMO.
  112.  
  113.